KeyedCollection.opBinaryRight

The InExpression yields a pointer to the value if the key is in the associative array, or null if not.

  1. inout(T)* opBinaryRight(T item)
  2. inout(T)* opBinaryRight(key_type clIdx)
    mixintemplate KeyedCollection(T)
    final inout nothrow pure @safe @nogc
    inout(T)*
    opBinaryRight
    (
    string op : "in"
    )
  3. inout(T)* opBinaryRight(A a)

Meta